inspector: Cosmetics
authorMatthias Clasen <mclasen@redhat.com>
Sat, 11 Oct 2014 12:15:07 +0000 (08:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 11 Oct 2014 12:15:07 +0000 (08:15 -0400)
Add .image-button to the tool buttons in the CSS editor - still
not square.

gtk/inspector/css-editor.ui

index efaa668df2e91abdc22c46a12a7936bf56e3844a..e046c963917741886fa75f2c90c5c26692ac5c4a 100644 (file)
@@ -28,6 +28,9 @@
             <property name="icon-name">media-playback-pause-symbolic</property>
             <property name="tooltip-text" translatable="yes">Disable this custom CSS</property>
             <signal name="toggled" handler="disable_toggled"/>
+            <style>
+              <class name="image-button"/>
+            </style>
           </object>
         </child>
         <child>
@@ -36,6 +39,9 @@
             <property name="icon-name">document-save-symbolic</property>
             <property name="tooltip-text" translatable="yes">Save the current CSS</property>
             <signal name="clicked" handler="save_clicked"/>
+            <style>
+              <class name="image-button"/>
+            </style>
           </object>
         </child>
       </object>